Package com.fwdekker.randomness.integer

Insertion of random integers.

Types

IntegerGroupAction
Link copied to clipboard
class IntegerGroupAction : DataGroupAction
All actions related to inserting integers.
IntegerInsertAction
Link copied to clipboard
class IntegerInsertAction(scheme: IntegerScheme) : DataInsertAction
Inserts random integers.
IntegerScheme
Link copied to clipboard
data class IntegerScheme(myName: String, minValue: Long, maxValue: Long, base: Int, groupingSeparator: String, capitalization: CapitalizationMode, prefix: String, suffix: String) : Scheme<IntegerScheme>
Contains settings for generating random integers.
IntegerSettings
Link copied to clipboard
data class IntegerSettings(schemes: MutableList<IntegerScheme>, currentSchemeName: String) : Settings<IntegerSettings, IntegerScheme>
The user-configurable collection of schemes applicable to generating integers.
IntegerSettingsAction
Link copied to clipboard
class IntegerSettingsAction : DataSettingsAction
Controller for random integer generation settings.
IntegerSettingsComponent
Link copied to clipboard
Component for settings of random integer generation.
IntegerSettingsConfigurable
Link copied to clipboard
The configurable for integer settings.